lib: Add ostree_sysroot_load_if_changed() API
authorColin Walters <walters@verbum.org>
Thu, 3 Mar 2016 18:49:54 +0000 (13:49 -0500)
committerColin Walters <walters@verbum.org>
Fri, 4 Mar 2016 02:56:23 +0000 (21:56 -0500)
commitfea786cb2d086865d83797c842d89b7352b27527
treebac24418dca2ffef499d182b637b84591135fbcc
parentebd03709764da853483f12a31a7e0c8c4c8f8d9f
lib: Add ostree_sysroot_load_if_changed() API

This will allow daemons like rpm-ostree to detect if there are any new
deployments efficiently, in combination with using inotify.  If there
are any changes, rpm-ostree wants publish them on DBus.

While we're here, add some changes to start doing unit C testing of
the sysroot API.
Makefile-tests.am
apidoc/ostree-sections.txt
src/libostree/libostree.sym
src/libostree/ostree-sysroot-private.h
src/libostree/ostree-sysroot.c
src/libostree/ostree-sysroot.h
tests/libostreetest.c
tests/libostreetest.h
tests/test-basic-c.c
tests/test-sysroot-c.c [new file with mode: 0644]